Skip to content

Conversation

@Gururagavendra85
Copy link

@Gururagavendra85 Gururagavendra85 commented Jul 11, 2025

fix header definition not imported for random
fix readme definition

@Gururagavendra85 Gururagavendra85 marked this pull request as ready for review July 11, 2025 11:34
#include "solution.h"
#include <gtest/gtest.h>
#include <string>
#include <random>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

header is unused in this file. Only solution uses it

Copy link
Author

@Gururagavendra85 Gururagavendra85 Jul 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh it will be included by solution.h so we dont need to import explicitly
and indeed it is used here right?

@Gururagavendra85 Gururagavendra85 requested a review from Gamezar July 13, 2025 04:52
}
...
auto randomized_add = randomize(1);
auto randomized_add = randomize(add,3);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here i added the function which needs to be randomised and 3 for example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants